Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]resend_chunksKt
/
Dsl
Dsl
class
Dsl
Members
Types
Chunks
Proxy
Link copied to clipboard
class
ChunksProxy
:
DslProxy
An uninstantiable, behaviorless type to represent the field in generics.
Companion
Link copied to clipboard
object
Companion
Properties
chunks
Link copied to clipboard
val
chunks
:
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
repeated uint32 chunks = 1;
Functions
add
Link copied to clipboard
@
JvmName
(
name
=
"addChunks"
)
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
add
(
value
:
Int
)
repeated uint32 chunks = 1;
add
All
Link copied to clipboard
@
JvmName
(
name
=
"addAllChunks"
)
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
addAll
(
values
:
Iterable
<
Int
>
)
repeated uint32 chunks = 1;
clear
Link copied to clipboard
@
JvmName
(
name
=
"clearChunks"
)
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
clear
(
)
repeated uint32 chunks = 1;
plus
Assign
Link copied to clipboard
@
JvmName
(
name
=
"plusAssignChunks"
)
inline operator
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
plusAssign
(
value
:
Int
)
@
JvmName
(
name
=
"plusAssignAllChunks"
)
inline operator
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
plusAssign
(
values
:
Iterable
<
Int
>
)
repeated uint32 chunks = 1;
set
Link copied to clipboard
@
JvmName
(
name
=
"setChunks"
)
operator
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
set
(
index
:
Int
,
value
:
Int
)
repeated uint32 chunks = 1;